home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMEXCLUDESPEC / TFRMEXCLUDESPEC.txt
Encoding:
Text File  |  2004-07-08  |  2.3 KB  |  127 lines

  1. object frmExcludeSpec: TfrmExcludeSpec
  2.   Left = 878
  3.   Top = 391
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmExcludeSpec'
  6.   ClientHeight = 277
  7.   ClientWidth = 394
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 1
  22.     Top = 32
  23.     Width = 392
  24.     Height = 210
  25.     TabOrder = 0
  26.     object lbExSpec: TListBox
  27.       Left = 8
  28.       Top = 8
  29.       Width = 377
  30.       Height = 193
  31.       ItemHeight = 13
  32.       MultiSelect = True
  33.       TabOrder = 0
  34.     end
  35.   end
  36.   object edExSpec: TEdit
  37.     Left = 2
  38.     Top = 6
  39.     Width = 271
  40.     Height = 21
  41.     TabOrder = 5
  42.     OnKeyDown = edExSpecKeyDown
  43.   end
  44.   object btnCancel: TButton
  45.     Left = 312
  46.     Top = 248
  47.     Width = 75
  48.     Height = 25
  49.     Cancel = True
  50.     Caption = 'btnCancel'
  51.     TabOrder = 1
  52.     OnClick = btnCancelClick
  53.   end
  54.   object btnLoad: TButton
  55.     Left = 9
  56.     Top = 248
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'btnLoad'
  60.     TabOrder = 2
  61.     OnClick = btnLoadClick
  62.   end
  63.   object btnSave: TButton
  64.     Left = 88
  65.     Top = 248
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'btnSave'
  69.     TabOrder = 3
  70.     OnClick = btnSaveClick
  71.   end
  72.   object btnOk: TButton
  73.     Left = 232
  74.     Top = 248
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'btnOk'
  78.     TabOrder = 4
  79.     OnClick = btnOkClick
  80.   end
  81.   object btnDel: TButton
  82.     Left = 352
  83.     Top = 4
  84.     Width = 41
  85.     Height = 23
  86.     Caption = '-'
  87.     Font.Charset = DEFAULT_CHARSET
  88.     Font.Color = clWindowText
  89.     Font.Height = -11
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = []
  92.     ParentFont = False
  93.     TabOrder = 6
  94.     OnClick = btnDelClick
  95.   end
  96.   object btnAdd: TButton
  97.     Left = 311
  98.     Top = 4
  99.     Width = 41
  100.     Height = 23
  101.     Caption = '+'
  102.     TabOrder = 7
  103.     OnClick = btnAddClick
  104.   end
  105.   object btnBrowse: TButton
  106.     Left = 275
  107.     Top = 6
  108.     Width = 20
  109.     Height = 20
  110.     Caption = '...'
  111.     TabOrder = 8
  112.     OnClick = btnBrowseClick
  113.   end
  114.   object odExSpec: TOpenDialog
  115.     DefaultExt = '*.*'
  116.     InitialDir = 'c:\'
  117.     Left = 353
  118.     Top = 48
  119.   end
  120.   object sdExSpec: TSaveDialog
  121.     DefaultExt = 'txt'
  122.     InitialDir = 'c:'
  123.     Left = 353
  124.     Top = 80
  125.   end
  126. end
  127.